Skip to content

[spark-operator] Fix port conflict in GKE#1132

Merged
assaf758 merged 1 commit intov3io:developmentfrom
gtopper:IG-25049
Feb 12, 2026
Merged

[spark-operator] Fix port conflict in GKE#1132
assaf758 merged 1 commit intov3io:developmentfrom
gtopper:IG-25049

Conversation

@gtopper
Copy link
Member

@gtopper gtopper commented Feb 11, 2026

Fixes IG-25049.

spark-operator-webhook was failing on GKE because with hostNetwork: true it tried to bind metrics to port 8080, which GKE reserves for node-local-dns. This PR changes the port to 28282 to resolve this conflict.

I verified this fix by editing the deployment on a GCP system and confirming that the new pod was running.

Checklist

[Place an '[x]' (no spaces) in all applicable fields. Please remove irrelevant fields.]

  • Chart Version bumped
  • Title of the PR starts with chart name (e.g. [mychartname])

Fixes [IG-25049](https://iguazio.atlassian.net/browse/IG-25049).

`spark-operator-webhook` was failing on GKE because with `hostNetwork: true` it tried to bind metrics to port 8080, which GKE reserves for `node-local-dns`. This PR changes the port to 28282 to resolve this conflict.
@gtopper gtopper requested a review from assaf758 February 12, 2026 06:00
@assaf758 assaf758 merged commit efd6897 into v3io:development Feb 12, 2026
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants